Don't add empty iso while starting a VM#10322
Conversation
|
@blueorangutan package |
|
@vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #10322 +/- ##
===========================================
+ Coverage 0 15.14% +15.14%
- Complexity 0 11300 +11300
===========================================
Files 0 5409 +5409
Lines 0 474627 +474627
Branches 0 57900 +57900
===========================================
+ Hits 0 71883 +71883
- Misses 0 394707 +394707
- Partials 0 8037 +8037
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12324 |
|
@blueorangutan test matrix |
|
@vishesh92 a [SL] Trillian-Jenkins matrix job (EL8 mgmt + EL8 KVM, Ubuntu22 mgmt + Ubuntu22 KVM, EL8 mgmt + VMware 7.0u3, EL9 mgmt + XCP-ng 8.2 ) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-12301)
|
|
[SF] Trillian test result (tid-12303)
|
|
[SF] Trillian test result (tid-12302)
|
|
[SF] Trillian test result (tid-12304)
|
|
@blueorangutan test matrix |
|
@vishesh92 a [SL] Trillian-Jenkins matrix job (EL8 mgmt + EL8 KVM, Ubuntu22 mgmt + Ubuntu22 KVM, EL8 mgmt + VMware 7.0u3, EL9 mgmt + XCP-ng 8.2 ) has been kicked to run smoke tests |
|
might CKS clusters be impacted by this PR ? |
|
[SF] Trillian test result (tid-12323)
|
|
[SF] Trillian test result (tid-12325)
|
|
[SF] Trillian test result (tid-12324)
|
|
[SF] Trillian test result (tid-12326)
|
|
@blueorangutan package |
|
@vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12373 |
|
@blueorangutan test matrix |
|
@vishesh92 a [SL] Trillian-Jenkins matrix job (EL8 mgmt + EL8 KVM, Ubuntu22 mgmt + Ubuntu22 KVM, EL8 mgmt + VMware 7.0u3, EL9 mgmt + XCP-ng 8.2 ) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-12353)
|
|
[SF] Trillian test result (tid-12355)
|
|
[SF] Trillian test result (tid-12354)
|
|
[SF] Trillian test result (tid-12356)
|
|
@vishesh92 , given #10912 is this one still relevant? |
Don't need it now. Closing the PR. |
Description
This PR fixes #10318
Details
This pull request includes a change to the
prepareIsoForVmProfilemethod in theTemplateManagerImplclass to simplify the code by removing an unnecessaryelseblock.Codebase simplification:
server/src/main/java/com/cloud/template/TemplateManagerImpl.java: Removed the redundantelseblock that created a newTemplateObjectTOandDiskTOobject and added it to the profile.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?